projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51e4e3e
)
mtd: sf_probe: remove spi-flash compatible
author
Neil Armstrong
<
[email protected]
>
Sun, 10 Feb 2019 10:16:22 +0000
(10:16 +0000)
committer
Jagan Teki
<
[email protected]
>
Fri, 12 Apr 2019 05:24:27 +0000
(10:54 +0530)
Now the "spi-flash" compatible has been removed in the DTS files,
remove this compatible from sf_probe to finally use the Linux "jedec,spi-nor"
compatible.
Signed-off-by: Neil Armstrong <
[email protected]
>
Reviewed-by: Simon Goldschmidt <
[email protected]
>
Reviewed-by: Jagan Teki <
[email protected]
>
drivers/mtd/spi/sf_probe.c
patch
|
blob
|
history
diff --git
a/drivers/mtd/spi/sf_probe.c
b/drivers/mtd/spi/sf_probe.c
index 7f1378f4946d256e92e4eea8f9bbf9a30818febc..73297e1a0a512a0a82ce7ac38b9665e7bceddcca 100644
(file)
--- a/
drivers/mtd/spi/sf_probe.c
+++ b/
drivers/mtd/spi/sf_probe.c
@@
-166,7
+166,6
@@
static const struct dm_spi_flash_ops spi_flash_std_ops = {
};
static const struct udevice_id spi_flash_std_ids[] = {
- { .compatible = "spi-flash" },
{ .compatible = "jedec,spi-nor" },
{ }
};